closed port - перевод на русский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

closed port - перевод на русский

Closed port
  • Listing open TCP ports that are listening on the local machine.
Найдено результатов: 1028
closed port         
порт, закрытый для захода
closed port         
закрытый для захода порт
communication port         
COMMUNICATIONS ENDPOINT IN A COMPUTER'S HOST OPERATING SYSTEM
Port numbers; TCP port; Computer port (software); TCP and UDP port; Networking port; Tcp and udp port; Port status; Tcp port; UDP ports; TCP and UDP ports; Port numbering; TCP Port; Network ports; Network port; IP port; Internet port; Port number; Communication port; Port (network); Port 8080
коммуникационный порт
Port Huron         
  • [[Military Road Historic District]] looking north along Huron Avenue
CITY IN MICHIGAN, UNITED STATES
Port Huron, MI; Port Huron (MI); Downtown Port Huron, Michigan; Port huron, mi; Port Huron; History of Port Huron, Michigan

['pɔ:t'hju(ə)rən]

география

г. Порт-Гурон

closed set         
SET WHOSE COMPLEMENT IS AN OPEN SET
Closed subset; Closed (topology); Closed sets; Closed (mathematics)

математика

замкнутое множество

closed subset         
SET WHOSE COMPLEMENT IS AN OPEN SET
Closed subset; Closed (topology); Closed sets; Closed (mathematics)

математика

замкнутое подмножество

parallel interface         
  • [[Accton]] Etherpocket-SP parallel port [[ethernet]] adaptor (circa 1990, [[DOS]] drivers). Supports both coax and 10 Base-T. Supplementary power is drawn from a [[PS/2 port]] passthrough cable.
  • Micro ribbon 36-pin female, such as on printers and on some computers, particularly industrial equipment and early (pre-1980s) personal computers.
  • Mini-Centronics 36-pin male connector (top) with Micro ribbon 36-pin male Centronics connector (bottom)
  • [[Pinout]]s for parallel port connectors.
AN INTERFACE FOR CONNECTING PERIPHERALS TO COMPUTERS, MAINLY USED FOR CONNECTING PRINTERS; WAS REPLACED BY OTHER TECHNOLOGIES LIKE USB AND WLAN
LPT; Line Printing Terminal; LPT port; Parallel interface; Paralell communications; Paralell interface; Lpt port; Parallel interface port; Parallel Port; Printer port; JetIndirect; 0x378; Parallel connector; Parallel printer port; Parallel cable

общая лексика

параллельный интерфейс

Смотрите также

parallel port

port authority         
GOVERNMENTAL OR QUASI-GOVERNMENTAL PUBLIC AUTHORITY FORMED TO OPERATE PORTS AND OTHER TRANSPORTATION INFRASTRUCTURE
Port Authority; Port district; Port authorities; Harbour commissioner; Harbour authority
управление порта
parallel interface         
  • [[Accton]] Etherpocket-SP parallel port [[ethernet]] adaptor (circa 1990, [[DOS]] drivers). Supports both coax and 10 Base-T. Supplementary power is drawn from a [[PS/2 port]] passthrough cable.
  • Micro ribbon 36-pin female, such as on printers and on some computers, particularly industrial equipment and early (pre-1980s) personal computers.
  • Mini-Centronics 36-pin male connector (top) with Micro ribbon 36-pin male Centronics connector (bottom)
  • [[Pinout]]s for parallel port connectors.
AN INTERFACE FOR CONNECTING PERIPHERALS TO COMPUTERS, MAINLY USED FOR CONNECTING PRINTERS; WAS REPLACED BY OTHER TECHNOLOGIES LIKE USB AND WLAN
LPT; Line Printing Terminal; LPT port; Parallel interface; Paralell communications; Paralell interface; Lpt port; Parallel interface port; Parallel Port; Printer port; JetIndirect; 0x378; Parallel connector; Parallel printer port; Parallel cable
интерфейс для одновременной передачи данных по нескольким каналам
LPT         
  • [[Accton]] Etherpocket-SP parallel port [[ethernet]] adaptor (circa 1990, [[DOS]] drivers). Supports both coax and 10 Base-T. Supplementary power is drawn from a [[PS/2 port]] passthrough cable.
  • Micro ribbon 36-pin female, such as on printers and on some computers, particularly industrial equipment and early (pre-1980s) personal computers.
  • Mini-Centronics 36-pin male connector (top) with Micro ribbon 36-pin male Centronics connector (bottom)
  • [[Pinout]]s for parallel port connectors.
AN INTERFACE FOR CONNECTING PERIPHERALS TO COMPUTERS, MAINLY USED FOR CONNECTING PRINTERS; WAS REPLACED BY OTHER TECHNOLOGIES LIKE USB AND WLAN
LPT; Line Printing Terminal; LPT port; Parallel interface; Paralell communications; Paralell interface; Lpt port; Parallel interface port; Parallel Port; Printer port; JetIndirect; 0x378; Parallel connector; Parallel printer port; Parallel cable

общая лексика

обозначение параллельного порта PC, который первоначально использовался только для подключения печатающего устройства

Смотрите также

line printer

Определение

Порт-Морсби

Мореби (Port Moresby), город и порт на южном побережье острова Новая Гвинея. Административный центр территории Папуа - Новая Гвинея. 66,2 тыс. жителей (1971). Вывоз копры, кофе, какао-бобов, каучука. Аэропорт. Университет.

Википедия

Open port

In security parlance, the term open port is used to mean a TCP or UDP port number that is configured to accept packets. In contrast, a port which rejects connections or ignores all packets directed at it is called a closed port.

Ports are an integral part of the Internet's communication model — they are the channel through which applications on the client computer can reach the software on the server. Services, such as web pages or FTP, require their respective ports to be "open" on the server in order to be publicly reachable.

The above use of the terms "open" and "closed" can sometimes be misleading, though; it blurs the distinction between a given port being reachable (unfiltered) and whether there is an application actually listening on that port. Technically, a given port being "open" (in this context, reachable) is not enough for a communication channel to be established. There needs to be an application (service) listening on that port, accepting the incoming packets and processing them. If there is no application listening on a port, incoming packets to that port will simply be rejected by the computer's operating system.

Ports can be "closed" (in this context, filtered) through the use of a firewall. The firewall will filter incoming packets, only letting through those packets for which it has been configured. Packets directed at a port which the firewall is configured to "close" will simply be dropped in transit, as though they never existed.

Some malicious software acts as a service, waiting for connections from a remote attacker in order to give them information or control over the machine. It is common security practice to close unused ports in personal computers, so as to block public access to any services which might be running on the computer without the user's knowledge, whether due to legitimate services being misconfigured, or the presence of malicious software.

Malicious ("black hat") hackers commonly use port scanning software to find which ports are "open" (unfiltered) in a given computer, and whether or not an actual service is listening on that port. They can then attempt to exploit potential vulnerabilities in any services they find.

Как переводится closed port на Русский язык